home *** CD-ROM | disk | FTP | other *** search
Amiga Catalog Translation file | 1994-07-10 | 5.1 KB | 126 lines |
- ## version $VER: AddMem.catalog 3.0 (12.6.94)
- ## language deutsch
- ## codeset 0
- ;AddMem V3.0
- ;The help text
- _help
- Aufruf: AddMem Startadresse Endadresse [CheckMem] [A1000Fast] [32Bit]\n\
- [LOCAL] [!PUBLIC] [CHIP] [FAST] [!24BITDMA] [PRIORITY] [RESIDENT]\n\
- AddMem kann ohne die Angabe einer Option aufgerufen werden. In diesem\n\
- Fall werden die Speicherflags entsprechend der Position des Speicher-\n\
- bereichs gesetzt: Wenn der Speicher unterhalb von $200000 liegt, wird er\n\
- als CHIP-Memory eingebunden, sonst als FAST. Liegt er unterhalb von\n\
- $1000000, so ist er 24BITDMA-f
- hig, sonst nicht. Er ist aber in jedem\n\
- Fall PUBLIC.\n\
- Die Argumente:\n\
- - Die Anfags- und Endadresse des eingebundenen Speichers m
- ssen\n\
- durch acht teilbar sein.\n\
- - Bei Angabe von CheckMem wird der eingebundene Speicher getestet.\n\
- - A1000Fast setzt die Flags auf PUBLIC|FAST|LOCAL|24BITDMA. Die\n\
- Priorit
- t ist auf 0 festgelegt. Der einzubindende Speicherbereich\n\
- mu
- zwischen $200000 und $A00000 liegen.\n\
- - 32Bit setzt die Flags auf PUBLIC|FAST und legt die Priorit
- t auf +5\n\
- fest. Liegt die Endadresse unterhalb von $1000000, so wird zus
- tzlich\n\
- das Flag 24BITDMA gesetzt.\n\
- - !PUBLIC bewirkt, da
- der Speicher als nicht PUBLIC eingebunden wird.\n\
- - CHIP bindet den Speicher als CHIP ein. Dies wird im allgemeinen nicht\n\
- tig sein.\n\
- - FAST bindet den Speicher als FAST ein.\n\
- - !24BITDMA bindet den Speicher als nicht 24BITDMA-f
- hig ein.\n\
- - LOCAL sollte nur bei Speicher gesetzt werden, der immer verf
- gbar ist,\n\
- also nicht auf einer AutoConfig Karte untergebracht ist.\n\
- - PRIORITY bestimmt, welcher Speicher bevorzugt verwendet wird. Sie\n\
- sollte f
- r normales FastMem bei 0 liegen, f
- r 32-Bit-Speicher bei +5.\n\
- Standardm
- ig ist sie 0.\n
- ;Usage: AddMem Startaddress Endaddress [CheckMem] [A1000Fast] [32Bit]\n\
- ; [LOCAL] [!PUBLIC] [CHIP] [FAST] [!24BITDMA] [PRIORITY] [RESIDENT]\n\
- ;AddMem can be called only with the start and end addresses. In this case\n\
- ;the memory flags will be set according to the position of the memory\n\
- ;block: If the memory block is located below $200000, the memory will be\n\
- ;CHIP memory, otherwise is will be FAST memory. If the memory block is\n\
- ;located below $1000000, it will be of 24BITDMAable. Of course the memory\n\
- ;block will always be PUBLIC.\n\
- ;The arguments:\n\
- ; - The start and end addresses of the memory block must be aligned to\n\
- ; MEMBLOCKSIZE (currently eight).\n\
- ; - If CHeckMem is specified, the memory block will be tested bitwise.\n\
- ; - A1000Fast sets the flags to PUBLIC|FAST|LOCAL|24BITDMA. The priority\n\
- ; is set to 0. The memory must be located in the range from $200000\n\
- ; and $A00000.\n\
- ; - 32Bit sets the flags to PUBLIC|FAST and the priority to +5. If the\n\
- ; end address is below $1000000, the Flag 24BitDMA will be set, too.\n\
- ; - !PUBLIC forces the memory block to be not PUBLIC. Shouldn't be set.\n\
- ; - CHIP forces the memory type to CHIP. Shouldn't be necessary\n\
- ; - FAST forces the memory type to FAST.\n\
- ; - !24BITDMA forces the memory block to be not 24BITDMAable.\n\
- ; - LOCAL should be set if the the memory is not on an AutoConfig card.\n\
- ; - PRIORITY defaults to 0. It determines which memory block will be\n\
- ; used first. For normal FastMem it should be 0, for 32 bit memory +5.\n
- ;Error: Start address should not be zero
- SNNTxt
- Startadresse darf nicht null sein.\n
- ;Start address must not be zero.\n
- ;Error: Start address should be aligned to MEMBLOCKSIZE bytes
- SBATxt
- Startadresse mu
- durch 8 teilbar sein.\n
- ;Start address must be aligned to 8.\n
- ;Error: End address should not be zero
- ENNTxt
- Endadresse darf nicht null sein.\n
- ;End address must not be zero.\n
- ;Error: End address should be aligned to MEMBLOCKSIZE bytes
- EBATxt
- Endadresse mu
- durch 8 teilbar sein.\n
- ;End address must be aligned to 8.\n
- ;Error: End address should be higher than start address
- SBETxt
- Die Startaddresse muss kleiner als die Endaddresse sein.\n
- ;Start address must be lower than end address.\n
- ;Error: Memory test failed
- MTTxt
- ACHTUNG: Der angeforderte Speicher ist fehlerhaft.\n
- ;WARNING: The requested memory has an error.\n
- ;Error: Bad memory range for A1000Fast
- AFTxt
- Speicherbereich liegt nicht im richtigen Bereich f
- r A1000Fast.\n
- ;Memory range not suitable for A1000Fast.\n
- ;Error: Bad priority value
- BPTxt
- Priorit
- zwischen -128 und 127 liegen.\n
- ;Priority must be between -128 and 127.\n
- ;Error: Memory would collide with chips
- BRTxt
- Der angegebene Speicherbereich liegt (teilweise) in reservierten\n\
- Speicherbereichen.\n
- ;The requested memory range is (partially) located in reserved areas.\n
- ;Error: Memory already available
- MATxt
- Der angegebene Speicherbereich steht dem System bereits (teilweise) zur\n\
- gung.\n
- ;The requested memory range is already (partially) available.\n
- ;Error: Memory partially not mounted
- BMTxt
- ACHTUNG: Speicher ist (teilweise) nicht vorhanden.\n
- ;WARNING: The requested memory seems to be (partially) not present.\n
- ;Error: Couldn't allocate memory for CoolCapture Program
- NMTxt
- Nicht genug freier SPeicher f
- r Reset-Routine.\n
- ;Couldn't allocate memory for reset routine.\n
-